|
|
|
|
Behavior Property, HeadersClass Class |
Defines the behavior of the cells in the header area when clicked.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Behavior As ButtonBehaviorEnum |
C# |
public ButtonBehaviorEnum Behavior { get; set; } |
C++ |
public: property ButtonBehaviorEnum Behavior { |
Property Value
The behavior of the cells in the header area.
Value |
Description |
|
0 | The button remains pressed after being clicked. Clicking it again will release the button. | |
1 | The button is automatically released after being clicked. |
The default value is ButtonBehaviorEnum.BounceBack.
Comments
The Behavior property defines the behavior of the cells in the header area when clicked.
Cells in the header area should be defined using a background appearance that reflects their use as a header or button (CellBaseClass.Appearance). The default appearance for all headers can be defined using the AppearanceDefault property.